home *** CD-ROM | disk | FTP | other *** search
- object FormAbout: TFormAbout
- Left = 335
- Top = 235
- BorderStyle = bsDialog
- BorderWidth = 5
- Caption = 'About'
- ClientHeight = 236
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 337
- Height = 236
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object lblProdName: TLabel
- Left = 68
- Top = 11
- Width = 86
- Height = 16
- Caption = 'PRODNAME'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object imgLogo: TImage
- Left = 11
- Top = 9
- Width = 48
- Height = 48
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object lblVerInfo: TLabel
- Left = 67
- Top = 34
- Width = 176
- Height = 26
- Caption = 'Version %u.%u (build %u)'#13#10'Copyright 2004 SoftPerfect Research'
- end
- object lblWww: TLabel
- Left = 231
- Top = 78
- Width = 96
- Height = 13
- Cursor = crHandPoint
- Caption = 'Company'#39's Web-site'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = lblWwwClick
- OnMouseEnter = LinkHiLite
- OnMouseLeave = LinkUnLite
- end
- object lblContact: TLabel
- Left = 231
- Top = 97
- Width = 51
- Height = 13
- Cursor = crHandPoint
- Caption = 'Contact us'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = lblContactClick
- OnMouseEnter = LinkHiLite
- OnMouseLeave = LinkUnLite
- end
- object lblOrder: TLabel
- Left = 231
- Top = 116
- Width = 52
- Height = 13
- Cursor = crHandPoint
- Caption = 'Order now!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = lblOrderClick
- OnMouseEnter = LinkHiLite
- OnMouseLeave = LinkUnLite
- end
- object Label1: TLabel
- Left = 13
- Top = 140
- Width = 215
- Height = 80
- AutoSize = False
- Caption =
- 'This program is protected by copyright law and international tre' +
- 'aties. Unauthorized reproduction or distribution of this program' +
- ', or any portion of it, may result in severe civil and criminal ' +
- 'penalties, and will be prosecuted to the maximum extent possible' +
- ' under law.'
- Font.Charset = OEM_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Panel2: TPanel
- Left = 10
- Top = 76
- Width = 209
- Height = 57
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object lblRegInfo: TLabel
- Left = 2
- Top = 2
- Width = 205
- Height = 53
- Align = alClient
- Alignment = taCenter
- Transparent = True
- Layout = tlCenter
- end
- end
- object btOk: TButton
- Left = 246
- Top = 192
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- end
- end
-